|
|
@@ -526,7 +526,7 @@
|
|
|
// 成员变量
|
|
|
var procedureId = request('id'); // 当前页工序ID
|
|
|
var procedureName = ""; // 当前页工序名称
|
|
|
- var action = ""; // 操作方式 insert update
|
|
|
+ var action = "insert"; // 操作方式 insert update
|
|
|
var checkFlag = '1'; // 计件标记变量 1新建 2改判 3冷补后
|
|
|
var printBarcode = false; // 是否打印条码
|
|
|
var productionDataID = 0; // 已完生产数据ID
|
|
|
@@ -2731,7 +2731,8 @@
|
|
|
"LeakFlag6Position": bulies,
|
|
|
}];
|
|
|
}
|
|
|
-
|
|
|
+ console.log(action);
|
|
|
+ console.log(productionDataEntitys);
|
|
|
//提交到接口
|
|
|
$.post('api/AddCheckBarcode_WCF.ashx', { 'procedureID': procedureId, 'productionDataEntitys': JSON.stringify(productionDataEntitys), 'barcode': barcode }, function (data) {
|
|
|
var json = JSON.parse(data);
|