前端最新版本同步
This commit is contained in:
@@ -979,7 +979,12 @@ function addNewRow() {
|
||||
}
|
||||
|
||||
function submit(value){
|
||||
form.purchaseinventoryList[currentIndex.value].traceNo = value;
|
||||
if (form.purchaseinventoryList[currentIndex.value].traceNo) {
|
||||
form.purchaseinventoryList[currentIndex.value].traceNo =
|
||||
form.purchaseinventoryList[currentIndex.value].traceNo + ',' + value;
|
||||
} else {
|
||||
form.purchaseinventoryList[currentIndex.value].traceNo = value;
|
||||
}
|
||||
openTraceNoDialog.value = false;
|
||||
}
|
||||
|
||||
@@ -2139,6 +2144,7 @@ function getbusNo() {
|
||||
getstocktakingDetail(queryParams.value).then((res) => {
|
||||
console.log(res.data.records?res.data.records:res.data,1212121)
|
||||
form.purchaseinventoryList = res.data.records?res.data.records:res.data
|
||||
receiptHeaderForm.occurrenceTime = formatDate(res.data.records[0].occurrenceTime)
|
||||
total.value = res.data.total
|
||||
getDetail(1)
|
||||
getAllBatchList(2)
|
||||
|
||||
Reference in New Issue
Block a user