Commit 8b551072 authored by 罗超's avatar 罗超

1

parent dae124b3
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
</q-card-actions> </q-card-actions>
<!-- 选择耗材 --> <!-- 选择耗材 -->
<q-dialog v-model="haochaidig" persistent> <q-dialog v-model="haochaidig" persistent>
<q-card class="q-px-md" style="width:1000px;max-width:1000px;"> <q-card class="q-px-md" style="width:1000px;max-width:1000px;">
<q-card-section class="row items-center q-pb-none"> <q-card-section class="row items-center q-pb-none">
<div class="text-h6">选择耗材</div> <div class="text-h6">选择耗材</div>
<q-space /> <q-space />
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
<td>{{ item.BrandName }}</td> <td>{{ item.BrandName }}</td>
<td>{{ item.SupplierName }}</td> <td>{{ item.SupplierName }}</td>
<td>{{ item.Money }}</td> <td>{{ item.Money }}</td>
<td>{{ item.SafetyStock }}</td> <td>{{ item.InventoryNum }}</td>
<td>{{ item.UpdateDate }}</td> <td>{{ item.UpdateDate }}</td>
<td>{{ item.UpdateBy }}</td> <td>{{ item.UpdateBy }}</td>
</tr> </tr>
...@@ -413,6 +413,7 @@ ...@@ -413,6 +413,7 @@
CategoryId: "", CategoryId: "",
SupplierName: "", SupplierName: "",
FinanceId: "", FinanceId: "",
IsSelectInventory:1,
}, },
haocaiPageCount:0, haocaiPageCount:0,
chooseHcIndex:0, chooseHcIndex:0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment