1
helongyang
9 小时以前 78ac0aac3c9e71ac661cc49e5b0f148e6af5073e
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue
@@ -30,6 +30,7 @@
      palletCode: "",
      locationCode: "",
      locationName: "",
    });
    const editFormOptions = ref([
      
@@ -38,7 +39,9 @@
      palletCode: "",
      // locationCode: "",
      materielCode:"",
      batchNo:""
      batchNo:"",
      expirationlabel:"",
    });
    const searchFormOptions = ref([
      [
@@ -56,6 +59,8 @@
      [
        { title: "有效期查询",field: "effectiveDate",type: "date"},
        {title: "物料有效期",field: "expirationlabel",type: "selectList",dataKey:"expirationlabelEnum",data:[]},
        { title: "库龄(小于)", field: "inventoryage",type: "string"},
        { title: "库龄(大于)", field: "inventoryage1",type: "string"},
      ],
    ]);
    const columns = ref([