|
@@ -3432,6 +3432,9 @@ const gdzl_MachineList_address = reactive({
|
|
|
const _cjmc = ref(null);
|
|
const _cjmc = ref(null);
|
|
|
//双击修改
|
|
//双击修改
|
|
|
const gdgyupdateCompanyFunc = async(row) => {
|
|
const gdgyupdateCompanyFunc = async(row) => {
|
|
|
|
|
+ gdgydialogFormVisible.value = true
|
|
|
|
|
+
|
|
|
|
|
+ console.log(row)
|
|
|
if(row['车间名称']){
|
|
if(row['车间名称']){
|
|
|
_cjmc.value = row['车间名称']
|
|
_cjmc.value = row['车间名称']
|
|
|
}else{
|
|
}else{
|
|
@@ -3439,6 +3442,7 @@ const gdgyupdateCompanyFunc = async(row) => {
|
|
|
}
|
|
}
|
|
|
gdgyformData['设备编号'] = []
|
|
gdgyformData['设备编号'] = []
|
|
|
//通过车间名称查询机台
|
|
//通过车间名称查询机台
|
|
|
|
|
+ console.log(_cjmc.value)
|
|
|
const MachineList_jitai = await gdzl_MachineList({address:_cjmc.value});
|
|
const MachineList_jitai = await gdzl_MachineList({address:_cjmc.value});
|
|
|
console.log(MachineList_jitai)
|
|
console.log(MachineList_jitai)
|
|
|
if(MachineList_jitai.data === null || MachineList_jitai.data === ''){
|
|
if(MachineList_jitai.data === null || MachineList_jitai.data === ''){
|
|
@@ -3493,7 +3497,6 @@ const gdgyupdateCompanyFunc = async(row) => {
|
|
|
gdgyformData['工序名称'] = operationName;
|
|
gdgyformData['工序名称'] = operationName;
|
|
|
|
|
|
|
|
Object.assign(gdgyformData,row);
|
|
Object.assign(gdgyformData,row);
|
|
|
- gdgydialogFormVisible.value = true
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//工艺列表修改【确定】
|
|
//工艺列表修改【确定】
|