生产计划管理-表字段更新 12.21

zhc4dev
zhc077 2 years ago
parent 069ffac205
commit 37e290fb44
  1. 2
      ant-design-vue-jeecg/src/views/productplan/ZyPlanFabricDataList.vue
  2. 2
      ant-design-vue-jeecg/src/views/productplan/modules/ZyPlanFabricForm.vue

@ -12,7 +12,7 @@
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>--> <!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
<a-button @click="zyStyleFabricHandleAdd(planId)" type="primary" icon="plus">新增</a-button> <a-button @click="zyStyleFabricHandleAdd(planId)" type="primary" icon="plus">新增</a-button>
<!-- <a-button @click="zyStyleFabricHandleAdd(stationId)" type="primary" icon="plus">新增</a-button>--> <!-- <a-button @click="zyStyleFabricHandleAdd(stationId)" type="primary" icon="plus">新增</a-button>-->
<a-button type="primary" icon="download" @click="handleExportXls('1')">导出</a-button> <a-button type="primary" icon="download" @click="handleExportXls('计划面料')">导出</a-button>
<a-button type="primary" @click="fanHui()">返回</a-button> <a-button type="primary" @click="fanHui()">返回</a-button>
</div> </div>

@ -60,7 +60,7 @@
// ], // ],
amount: [ amount: [
{required: true, message: "用量不能不空"}, {required: true, message: "用量不能不空"},
{pattern: /^[1-9]{0,1000}$/, message: '用量不能为空且长度为正整数'} {pattern: /^[0-9]{0,1000}$/, message: '用量不能为空且长度为正整数'}
], ],
}, },
url: { url: {

Loading…
Cancel
Save