Selaa lähdekoodia

Merge branch 'dev0.3' into stage

asd26269546 1 vuosi sitten
vanhempi
commit
758ce5e562

+ 9 - 0
src/views/purchaseManage/purchaseManage/handoverSlipOne/index.vue

@@ -114,6 +114,10 @@ const purchaseStatus = ref([
   { label: "已采购", value: "2" },
 ]);
 const corporationArr = ref([]);
+const isReceivedArr = ref([
+  { label: "是", value: "1" },
+  { label: "否", value: "0" },
+]);
 const selectConfig = computed(() => [
   {
     label: "归属公司",
@@ -125,6 +129,11 @@ const selectConfig = computed(() => [
     prop: "purchaseStatus",
     data: purchaseStatus.value,
   },
+  {
+    label: "是否到账",
+    prop: "isReceived",
+    data: isReceivedArr.value,
+  },
 ]);
 const config = computed(() => {
   return [