diff --git a/src/views/basicData/components/inventory.vue b/src/views/basicData/components/inventory.vue new file mode 100644 index 0000000..f34da29 --- /dev/null +++ b/src/views/basicData/components/inventory.vue @@ -0,0 +1,313 @@ + + + + + \ No newline at end of file diff --git a/src/views/basicData/components/warehouse.vue b/src/views/basicData/components/warehouse.vue new file mode 100644 index 0000000..670fef6 --- /dev/null +++ b/src/views/basicData/components/warehouse.vue @@ -0,0 +1,127 @@ + + + + + \ No newline at end of file diff --git a/src/views/basicData/js/warehouseMain.js b/src/views/basicData/js/warehouseMain.js index bc1ffe4..790a528 100644 --- a/src/views/basicData/js/warehouseMain.js +++ b/src/views/basicData/js/warehouseMain.js @@ -564,6 +564,10 @@ export const storageOption = { value: 'id', res: 'data.records', }, + change:(val)=>{ + console.log('val========',val) + this.form.goodsName = val.goodsName + } // dicData: [ // { // label: '物料一', diff --git a/src/views/basicData/warehouseMaintenance.vue b/src/views/basicData/warehouseMaintenance.vue index ab110ba..773a2e6 100644 --- a/src/views/basicData/warehouseMaintenance.vue +++ b/src/views/basicData/warehouseMaintenance.vue @@ -1,94 +1,45 @@ + + + \ No newline at end of file diff --git a/src/views/productionTesting/components/trialItem.vue b/src/views/productionTesting/components/trialItem.vue index 866c77a..12dc499 100644 --- a/src/views/productionTesting/components/trialItem.vue +++ b/src/views/productionTesting/components/trialItem.vue @@ -105,6 +105,7 @@ export default { tip: false, align: 'center', height: 'auto', + calcHeight: 32, searchLabelWidth: 120, simplePage: false, pagination: true, diff --git a/src/views/productionTesting/components/trialStandard.vue b/src/views/productionTesting/components/trialStandard.vue index eba49ae..67bcb02 100644 --- a/src/views/productionTesting/components/trialStandard.vue +++ b/src/views/productionTesting/components/trialStandard.vue @@ -1,6 +1,6 @@