3
This commit is contained in:
@@ -59,15 +59,15 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
<a-form-item label="第三方药房编码:">
|
||||
<span>{{ modalForm.pharmacy_code || modalForm.pharmacy?.pharmacy_code || '-' }}</span>
|
||||
<a-form-item label="第三方药品编码:">
|
||||
<span>{{ modalForm.product_pharmacy_code || modalForm.pharmacy?.product_pharmacy_code || '-' }}</span>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="24" >
|
||||
<a-col :span="12">
|
||||
<a-form-item label="药店编码:">
|
||||
<span>{{ modalForm.product_pharmacy_code || '-' }}</span>
|
||||
<span>{{ modalForm.pharmacy_code || '-' }}</span>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
</a-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
<a-form-item field="pharmacy_code" label="第三方药房编码">
|
||||
<a-input :style="{ width: '182px' }" v-model="queryForm.pharmacy_code" placeholder="请输入第三方药房编码" @press-enter="handleQuery" />
|
||||
<a-form-item field="product_pharmacy_code" label="第三方药品编码">
|
||||
<a-input :style="{ width: '182px' }" v-model="queryForm.product_pharmacy_code" placeholder="请输入第三方药品编码" @press-enter="handleQuery" />
|
||||
</a-form-item>
|
||||
<a-form-item field="product_pharmacy_code" label="药店编码">
|
||||
<a-input :style="{ width: '182px' }" v-model="queryForm.product_pharmacy_code" placeholder="请输入药店编码" @press-enter="handleQuery" />
|
||||
<a-form-item field="pharmacy_code" label="药店编码">
|
||||
<a-input :style="{ width: '182px' }" v-model="queryForm.pharmacy_code" placeholder="请输入药店编码" @press-enter="handleQuery" />
|
||||
</a-form-item>
|
||||
<a-form-item field="manufacturer" label="生产企业">
|
||||
<a-input :style="{ width: '182px' }" v-model="queryForm.manufacturer" placeholder="请输入生产企业" @press-enter="handleQuery" />
|
||||
@@ -165,8 +165,8 @@
|
||||
{ title: '单价(元)', dataIndex: 'product_price', slotName: 'product_price',width: 150 },
|
||||
{ title: '批准文号', dataIndex: 'license_number',width:200 },
|
||||
{ title: '生产厂家', dataIndex: 'manufacturer',width:200 },
|
||||
{ title: '药店编码', dataIndex: 'product_pharmacy_code', width: 120, ellipsis: true },
|
||||
{ title: '第三方药房编码', dataIndex: 'pharmacy_code', width: 160, ellipsis: true },
|
||||
{ title: '第三方药品编码', dataIndex: 'product_pharmacy_code', width: 120, ellipsis: true },
|
||||
// { title: '药房编码', dataIndex: 'pharmacy_code', width: 160, ellipsis: true },
|
||||
// { title: '启用状态', dataIndex: 'status', slotName: 'status' },
|
||||
{ title: '操作', slotName: 'action', fixed: "right", width: 180 },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user