Browse Source

前端展示页面

master_hella_20240701
chenfang 6 months ago
parent
commit
7db097bdcc
  1. 16
      src/views/wms/basicDataManage/factoryModeling/workstation/index.vue
  2. 17
      src/views/wms/basicDataManage/itemManage/itemarea/index.vue

16
src/views/wms/basicDataManage/factoryModeling/workstation/index.vue

@ -210,10 +210,10 @@ const formsSuccess = async (formType,data) => {
Workstation.allSchemas.tableFormColumns.map(item => { Workstation.allSchemas.tableFormColumns.map(item => {
if(item.field == 'rawLocationCode') { if(item.field == 'rawLocationCode') {
item.form.componentProps.searchCondition = [ item.form.componentProps.searchCondition = [
// { {
// key: 'areaType', key: 'areaType',
// value: 'RAW', value: 'RAW',
// }, },
{ {
key: 'available', key: 'available',
value: 'TRUE', value: 'TRUE',
@ -222,10 +222,10 @@ Workstation.allSchemas.tableFormColumns.map(item => {
} }
if(item.field == 'fgLocationCode') { if(item.field == 'fgLocationCode') {
item.form.componentProps.searchCondition = [ item.form.componentProps.searchCondition = [
// { {
// key: 'areaType', key: 'areaType',
// value: 'FG', value: 'FG',
// }, },
{ {
key: 'available', key: 'available',
value: 'TRUE', value: 'TRUE',

17
src/views/wms/basicDataManage/itemManage/itemarea/index.vue

@ -174,6 +174,23 @@ const HeadButttondata = [
// }, // },
] ]
// /**
// *
// * @param field
// * @param cur
// */
// const onChangeArea = (field, cur) => {
// console.log(field,cur);
// if(field == "maxQty" && cur == "0"){
// Itemarea.allSchemas.formSchema.forEach((item) => {
// if (item.field == 'allowIssueRequest') {
// cur.value = "FALSE"
// item.componentProps.disabled = true
// }})
// }
// }
// //
const buttonBaseClick = (val, item) => { const buttonBaseClick = (val, item) => {
if (val == 'add') { // if (val == 'add') { //

Loading…
Cancel
Save